object FrmWelcome: TFrmWelcome Left = 372 Top = 285 BorderStyle = bsDialog Caption = 'Welcome' ClientHeight = 278 ClientWidth = 410 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Shape1: TShape Left = 0 Top = 0 Width = 410 Height = 51 Align = alTop Pen.Color = clWhite end object Label1: TLabel Left = 34 Top = 11 Width = 296 Height = 26 Caption = 'Welcome to Twistpad, we hope you enjoy using it as much as we di' + 'd developing it.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Image3: TImage Left = 367 Top = 9 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object JvLinkLabel1: TJvLinkLabel Left = 8 Top = 195 Width = 393 Height = 39 OnLinkClick = JvLinkLabel1LinkClick Caption = 'Don'#39't forget to visit the Carthago Software web site for news and updates on twistpad, Alternativily you can use th' + 'e Check For New Version Command on the Help menu to query for ne' + 'w releases.' Text.Strings = ( 'Don'#39't forget to visit the Carthago Software web site for news and updates on twistpad, Alternativily you can use th' + 'e Check For New Version Command on the Help menu to query for ne' + 'w releases.') Transparent = True LinkColor = clBlue LinkColorClicked = clRed LinkColorHot = clPurple LinkStyle = [fsUnderline] HotLinks = False AutoHeight = True MarginWidth = 0 MarginHeight = 0 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Image2: TImage Left = 9 Top = 12 Width = 16 Height = 16 AutoSize = True Picture.Data = {} Transparent = True end object Button3: TButton Left = 296 Top = 245 Width = 99 Height = 23 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object GroupBox1: TGroupBox Left = 8 Top = 64 Width = 393 Height = 121 TabOrder = 0 object Label2: TLabel Left = 8 Top = 14 Width = 326 Height = 26 Caption = 'Before starting using Twistpad for the first time, take a little' + ' time to personalize your copy of Twistpad:' WordWrap = True end object LabeledEdit2: TLabeledEdit Left = 128 Top = 86 Width = 161 Height = 21 EditLabel.Width = 52 EditLabel.Height = 13 EditLabel.Caption = 'Company: ' LabelPosition = lpLeft TabOrder = 1 end object LabeledEdit1: TLabeledEdit Left = 128 Top = 54 Width = 161 Height = 21 EditLabel.Width = 58 EditLabel.Height = 13 EditLabel.Caption = 'User name: ' LabelPosition = lpLeft TabOrder = 0 end end object Button1: TButton Left = 188 Top = 245 Width = 99 Height = 23 Caption = '&More Help...' TabOrder = 2 OnClick = Button1Click end end